home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / programs / sound / delitracker_v2.01 / arexx / dt_playlist.rexx < prev    next >
OS/2 REXX Batch file  |  1995-02-13  |  118b  |  9 lines

  1. /* DeliTracker - play module number 'listnum' in list */
  2.  
  3. parse arg listnum
  4.  
  5. address 'DELITRACKER'
  6.  
  7. playlist listnum
  8.  
  9.